home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / datasheets and manuals / Hardware / WHT / scsi / dsr_sources_2_2001 / 0rom_s < prev    next >
Text File  |  2006-10-19  |  571b  |  36 lines

  1. * 0ROM;S
  2. *
  3. * This ROM contains all the modules that will be included in
  4. * ROM 0.
  5. *
  6. * 1-12-95 Dave Nieters
  7. *
  8.  
  9.        IDT  'ROM0'
  10.        TITL 'SCSI Device Driver V1.5-0'
  11.  
  12.  
  13.        AORG >4000
  14.        COPY "DSK7.EQU"
  15.        PAGE
  16.        COPY "DSK7.0SCSIHDR"
  17.        PAGE
  18.        COPY "DSK7.GPL20"
  19.        PAGE
  20.        COPY "DSK7.0DSR"
  21.        PAGE
  22.        COPY "DSK7.SETPATH"
  23.        PAGE
  24.        COPY "DSK7.0POWERUP"
  25.        PAGE
  26.        COPY "DSK7.DSRERROR"
  27.        PAGE
  28.        COPY "DSK7.MISC"
  29.        PAGE
  30.        COPY "DSK7.BANKIT"
  31.        COPY "DSK7.BANKIT2"
  32.  
  33. BANKN  DATA 0
  34.  
  35.        END
  36.